/* ===========================
   common
=========================== */
.case .item.purple {
    --item-bg: var(--purple-bg);
    --item-main: var(--purple-main);
    --item-sub: var(--purple-sub);
}

.case .item.blue {
    --item-bg: var(--blue-bg);
    --item-main: var(--blue-main);
    --item-sub: var(--blue-sub);
}

.case .item.pink {
    --item-bg: var(--pink-bg);
    --item-main: var(--pink-main);
    --item-sub: var(--pink-sub);
}

.case .item.mint {
    --item-bg: var(--mint-bg);
    --item-main: var(--mint-main);
    --item-sub: var(--mint-sub);
}

.case .item.lightblue {
    --item-bg: var(--lightblue-bg);
    --item-main: var(--lightblue-main);
    --item-sub: var(--lightblue-sub);
}

.flower-view .visual {
    padding: 100px 0 20px;
}

.flower-view .des {
    font-family: var(--ft-base);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.3;
}

.content {
    width: 100%;
    font-weight: 500;
    font-size: 17px;
}

.title-wrap {
    width: 100%;
    padding: 40px 0;
}

.story-nav .title-wrap .sub,
.quick .title-wrap .sub {
    color: var(--black-500);
}

.flower-view .video-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 20px 0;
}

.flower-view .video-wrap-sm {
    width: 50%
}

.flower-view .video-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-wrap .sub {
    display: block;
    font-family: var(--ft-base);
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--theme-color);
}

.title-wrap .title {
    font-family: var(--ft-title);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.flower-view .point {
    color: var(--theme-color);
}

.title-wrap .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 12px;
    background-color: var(--theme-highlight);
    z-index: -1;
}

.flower-view .content .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flower-view .content .subject {
    font-family: var(--ft-title);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
}

.flower-view .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--theme-color);
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    font-family: var(--ft-title);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.flower-view .caption {
    font-family: var(--ft-title);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding-bottom: 24px;
    color: var(--black-500);
}


.flower-view .implanttab .item a {
    display: block;
    padding: 20px 30px;
    background: #f5f5f5;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.2s ease;
}

.flower-view .implanttab .item.active a {
    background: var(--theme-color);
    color: #fff;
}

.m-br {
    display: none;
}

/* ===========================
   visual
=========================== */

.suwon .visual {
    width: 100%;
    background: url(../images/flower-view/suwon/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.daejeon .visual {
    width: 100%;
    background: url(../images/flower-view/daejeon/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.saeteomin .visual {
    width: 100%;
    background: url(../images/flower-view/saeteomin/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.jumunjin .visual {
    width: 100%;
    background: url(../images/flower-view/jumunjin/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.goheung .visual {
    width: 100%;
    background: url(../images/flower-view/goheung/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.flower-view .visual .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view .visual .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 40px;
}

.flower-view .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flower-view .logo img {
    margin: 0 auto 24px;
}

.flower-view .visual .hero-char {
    position: absolute;
    right: 0;
    bottom: 0;
}

.flower-view.goheung .visual .hero-char {
    position: absolute;
    right: 100px;
    bottom: 0;
}

/* ===========================
   story01
=========================== */
.flower-view .story01 {
    width: 100%;
    padding: 120px 0 0 0;
    background: url(../images/flower-view/suwon/bg02.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.flower-view .story01 .inner {
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1440px;
}

.flower-view.goheung .story01 .inner {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
}

.flower-view .story01 .title-wrap .title {
    margin-bottom: 40px;
}

.flower-view .story01 .hero-char {
    width: 60%;
}

.flower-view .story01 .story-content-side{
    width: 40%;
}

.flower-view .story01 .hero-char img {
    width: 100%;
    height: auto;
    display: block;
}

.flower-view .story01 .title-wrap .title {
    color: #fff;
}

.flower-view .story01 .title-wrap .des {
    color: var(--black-100);
}

/* ===========================
   story02
=========================== */
.suwon .story02 {
    width: 100%;
    margin: 0 auto;
    background: url("../images/flower-view/suwon/bg03.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.flower-view .story02 .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view .story02 .title-wrap {
    text-align: center;
}

.flower-view .story02 .title-wrap .title {
    color: #fff;
}

.flower-view .story02 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.suwon .story02 .des {
    font-family: var(--ft-point);
    font-size: 36px;
    color: var(--black-100);
    align-self: center;
    text-align: center;
}

.daejeon .story02 {
    width: 100%;
    margin: 0 auto;
    background: #252F3B;
    background-size: cover;
    overflow: hidden;
}

.daejeon .story02 .inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.daejeon .story02 .title-wrap {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
}

.daejeon .story02 .title-wrap .des {
    font-family: var(--ft-point);
    font-size: 40px;
    color: var(--black-100);
    margin-top: 80px;
}

.daejeon .story02 .content {
    display: flex;
    width: 50%;
    height: auto;
}

.flower-view.saeteomin .story02 {
    position: relative;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.flower-view.saeteomin .story02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle,
            rgba(0, 0, 0, 0.7) 30%,
            rgba(0, 0, 0, 1) 100%),
        url(../images/flower-view/saeteomin/photo01.jpg) center no-repeat;
    filter: grayscale(80%);
    background-size: cover;
    z-index: -1;
}

.flower-view.saeteomin .story02 .content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.flower-view.saeteomin .story02 .content .des {
    padding: 40px;
    font-family: var(--ft-point);
    font-size: 36px;
    color: #fff;
}

.flower-view.saeteomin .story02 .content .img-wrap {
    position: relative;
    width: 25%;
    display: inline-block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.flower-view.saeteomin .story02 .content .img-wrap img {
    width: 100%;
}

.flower-view.jumunjin .story02 {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.flower-view.jumunjin .story02 .content {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.flower-view.jumunjin .story02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle,
            rgba(0, 0, 0, 0.7) 30%,
            rgba(0, 0, 0, 1) 100%),
        url(../images/flower-view/jumunjin/photo01.jpg) center no-repeat;
    filter: grayscale(80%);
    background-size: cover;
    z-index: -1;
}

.flower-view.jumunjin .story02 .content .img-wrap {
    width: 60%;
}

.flower-view.jumunjin .story02 .content .des {
    margin: 0 auto;
    width: 30%;
    font-family: var(--ft-point);
    font-size: 36px;
    color: #fff;
}


.flower-view.goheung .story02 {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.flower-view.goheung .story02 .content {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.flower-view.goheung .story02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        url(../images/flower-view/goheung/photo01.png) center no-repeat;

    background-size: cover;
    z-index: -1;
}

.flower-view.goheung .story02 .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    color: #fff;
}

.flower-view.goheung .story02 .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 40px 0;
}

.flower-view.goheung .story02 .content-wrap .photo {
    width: 50%;
}

.flower-view.goheung .story02 .content-wrap .photo img {
    width: 100%;
    border-radius: 8px;
}

.flower-view.goheung .story02 .content-wrap .content {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 50%;
}

.flower-view.goheung .story02 .content .title {
    font-family: var(--ft-title);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 80px;
}

.flower-view.goheung .story02 .content .des {
    margin: 0 auto;
    width: 100%;
    font-family: var(--ft-point);
    font-size: 40px;
}

/* ===========================
   story03
=========================== */
.flower-view.daejeon .story03 {
    background:
        radial-gradient(circle,
            rgba(0, 0, 0, 0.7) 30%,
            rgba(0, 0, 0, 1) 100%),
        url(../images/flower-view/daejeon/story03.png) center no-repeat;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.flower-view.daejeon .story03 .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.flower-view.daejeon .story03 .story-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flower-view.daejeon .story03 .img-content {
    position: relative;
    width: 60%;
    display: inline-block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.flower-view.daejeon .story03 .img-content img {
    width: 100%;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.95);
}

.flower-view.daejeon .story03 .img-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.flower-view.daejeon .story03 .img-content p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    margin: 0;
    font-family: var(--ft-point);
    font-size: 36px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.flower-view.daejeon .story03 .content {
    padding: 40px 0;
}

.flower-view.daejeon .story03 .content .subject {
    font-size: 32px;
    margin-bottom: 24px;
}

.flower-view.daejeon .story03 .content .des {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.flower-view.saeteomin .story03 {
    background: #F5F2F3;
    text-align: center;
}

.flower-view.saeteomin .story03 .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view.saeteomin .story03 .title-wrap .sub,
.flower-view.saeteomin .story04 .title-wrap .sub {
    color: var(--black-500);
}

.flower-view.saeteomin .story03 .con-wrap-left,
.flower-view.saeteomin .story03 .con-wrap-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.flower-view.saeteomin .story03 .con-wrap-right {
    justify-content: space-between;
}

.flower-view.saeteomin .story03 .con-wrap-left img,
.flower-view.saeteomin .story03 .con-wrap-right img {
    width: 50%;
}

.flower-view.saeteomin .story03 .con-wrap-left p,
.flower-view.saeteomin .story03 .con-wrap-right p {
    font-family: var(--ft-base);
    font-size: 16px;
    font-weight: 400;
}

.flower-view.jumunjin .story03 {
    background: #E2E6E5;
}

.flower-view.jumunjin .story03 .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view.jumunjin .story03 .inner .title-wrap {
    text-align: center;
}

.flower-view.jumunjin .story03 .title-wrap {
    text-align: center;
}

.flower-view.jumunjin .story03 .content {
    text-align: center;
}

.flower-view.jumunjin .story03 .img-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 40px auto;
    gap: 8px;
    margin-bottom: 40px;
}

.flower-view.jumunjin .story03 .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ===========================
   story04
=========================== */

.flower-view.saeteomin .story04,
.flower-view.goheung .story04 {
    background: #F5F8F9;
    text-align: center;
    font-family: var(--ft-base);
    font-size: 18px;
    font-weight: 500;
}

.flower-view.saeteomin .story04 .inner,
.flower-view.goheung .story04 .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view.saeteomin .story04 .img-content,
.flower-view.goheung .story04 .img-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: 0 auto;
    gap: 8px;
}

.flower-view.goheung .story04 .img-content {
    width: 100%;
    margin: 40px 0;
}

.flower-view.saeteomin .story04 .img-content img,
.flower-view.goheung .story04 .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flower-view.saeteomin .story04 .content {
    margin-top: 40px;
}

.flower-view.saeteomin .story04 .content .subject,
.flower-view.goheung .story04 .content .subject {
    font-family: var(--ft-title);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.flower-view .story04 .content .ft-bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

/* ===========================
   problem
=========================== */
.flower-view.suwon .problem {
    width: 100%;
    background: #F7F2FE;
}

.flower-view.daejeon .problem {
    width: 100%;
    background: #E4EDF5;
}

.flower-view.saeteomin .problem {
    width: 100%;
    background: #E9F1F5;
}

.flower-view.jumunjin .problem {
    width: 100%;
    background: #EDEDED;
}

.flower-view.jumunjin .problem .content {
    text-align: center;
    margin-bottom: 40px;
}

.flower-view.jumunjin .problem .content .caption {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-500);

}

.flower-view.jumunjin .problem .content .des {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.flower-view .problem .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 16px;
}

.flower-view .problem .title-wrap {
    text-align: center;
}

.flower-view .problem .title-wrap .title {
    color: var(--black-500);
}

.flower-view .problem .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flower-view .problem .case-story {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.flower-view .problem .story-swiper {
    width: 100%;
    max-width: 860px;
    overflow: hidden;
    min-width: 0;
}

.flower-view .problem .story-swiper .swiper-slide {
    width: 100%;
}

.flower-view .problem .story-swiper img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    display: block;
}

.flower-view .problem .case-story .swiper-button-prev,
.flower-view .problem .case-story .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    background: url("../images/arrow.svg") no-repeat center;
    background-size: contain;
}

.flower-view .problem .case-story .swiper-button-next {
    transform: scaleX(-1);
    right: 16px;
}

.flower-view .problem .case-story .swiper-button-prev {
    left: 16px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.flower-view .problem .info {
    width: 100%;
    max-width: 860px;
    padding: 20px 40px;
    border-radius: 8px;
    background: #fff;
    margin: 24px 0;
}

.flower-view .problem .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.flower-view .problem .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.flower-view .problem .item img {
    width: 60px;
}

.flower-view .problem .item span {
    font-size: 16px;
    font-weight: 500;
}

/* ===========================
   before
=========================== */

.flower-view.suwon .before {
    width: 100%;
    background: #f6f6f6;
}

.flower-view.daejeon .before {
    width: 100%;
    background: #f6f6f6;
}

.flower-view.saeteomin .before {
    width: 100%;
    background: #F8F3F2;
}

.flower-view .before .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 40px 16px;
}

.flower-view .before .comment .title-wrap .title {
    font-size: 28px;
    font-weight: 700;
}

.flower-view .before .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flower-view .before .content .case-img {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.flower-view .before .con01 .case-img img {
    width: 40%;
    border-radius: 8px;
}

.flower-view .before {
    width: 100%;
    background: #F6F6F6;

}

.flower-view .before .con02 .case-img img {
    border-radius: 8px;
}

.flower-view .before .item-wrap {
    width: 100%;
}

.flower-view .before .item-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}

.flower-view .before .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 24px 8px;
    border-radius: 8px;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
    width: 100%;
    min-width: 180px;
    max-width: 240px;
    font-size: 20px;
    font-weight: 700;
    color: var(--black-500);
}


.flower-view .before .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--black-500);
}


.flower-view.suwon .before .comment {
    background: #F3EFF5;
    position: relative;
    margin-top: 40px;
}

.flower-view.suwon .before .comment::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #F3EFF5 transparent;
    margin: 0 auto;
}

.flower-view.daejeon .before .comment {
    background: #E9F2F6;
    position: relative;
    margin-top: 40px;
}

.flower-view.daejeon .before .comment::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #E9F2F6 transparent;
    margin: 0 auto;
}

.flower-view.jumunjin .before .comment {
    background: #E8F5F1;
    position: relative;
    margin-top: 40px;
}

.flower-view.jumunjin .before .comment::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #E8F5F1 transparent;
    margin: 0 auto;
}

.flower-view.saeteomin .before .comment {
    background: #FBEDED;
    position: relative;
    margin-top: 40px;
}

.flower-view.saeteomin .before .comment::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #FBEDED transparent;
    margin: 0 auto;
}

.flower-view.goheung .before .comment {
    background: #E5EFF2;
    position: relative;
    margin-top: 40px;
}

.flower-view.goheung .before .comment::before {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #E5EFF2 transparent;
    margin: 0 auto;
}

.flower-view .before .comment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    padding: 30px 50px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    text-align: left;
}

.flower-view .before .comment-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.flower-view .before .comment-txt .caption {
    font-size: 16px;
    font-weight: 600;
    color: #16A34A;
    letter-spacing: 0.2em;
}

.flower-view .before .comment-txt .subject {
    font-family: var(--ft-title);
    font-size: 24px;
    font-weight: 700;
    color: var(--black-500);
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: left;
}

.flower-view .before .comment-txt .des {
    font-size: 16px;
    font-weight: 400;
    color: #6B7280;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -0.3;
}

/* 오른쪽 의사 프로필 영역 */
.flower-view .before .profile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-right: 50px;
}

/* 의사 이미지 겉박스 크기 설정 추가 */
.flower-view .before .profile .doctor {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.flower-view .before .profile .doctor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flower-view .before .profile .info-tag {
    position: absolute;
    left: 75%;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid #22C55E;
    padding-left: 8px;
    height: 40px;
    font-size: 18px;
    color: var(--black-500);
    font-weight: 700;
    white-space: nowrap;
}

.flower-view .before .profile .info-tag span {
    font-size: 14px;
    color: var(--black-500);
    font-weight: 400;
    white-space: nowrap;
}

.flower-view.jumunjin .before .content .case-wrap,
.flower-view.goheung .before .content .case-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.flower-view.jumunjin .before .content .case-left {
    width: 100%;
    margin: 0;
}

.flower-view.goheung .before .content .case-wrap {
    width: 50%;
}

.flower-view.jumunjin .before .content .case-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
    gap: 8px;
    margin-bottom: 40px;
}

.flower-view.goheung .before .content .case-left {
    display: flex;
    flex: 2;
    flex-direction: column;
    align-items: center;
}

.flower-view.goheung .before .content .case-right {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.flower-view.jumunjin .before .content .case-img img,
.flower-view.goheung .before .content .case-wrap img {
    width: 100%;
}

.flower-view.goheung .before .content .case-right img {
    width: 100%;
    margin: 0 auto;
}

.flower-view.goheung .before .item-wrap {
    width: initial;
}

.flower-view.goheung .before .item-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.flower-view.goheung .before .item {
    width: 240px;
    max-width: 240px;
}

.flower-view.goheung .before {
    background: #EDF3F5;
}

.flower-view.goheung .before .comment {
    background: #E5EFF2;
}

/* ===========================
   implant
=========================== */
.flower-view .implant .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 960;
    padding: 40px 16px;
}

.flower-view .implanttab .title-wrap .title {
    font-size: 50px;
}

.flower-view .implanttab {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    gap: 12px;
    width: 100%;
}

.flower-view .implanttab li {
    width: 100%;
}

.flower-view .BAcontain {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.flower-view .BAcontain .img-bx {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.flower-view .BAcontain .img-bx img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================
   gallery
=========================== */
.flower-view.suwon .gallery {
    background: linear-gradient(135deg, #fff5f3 0%, #f7effd 50%, #f1e4fc 100%);
    padding: 40px 0 0 0;
    width: 100%;
}

.flower-view.daejeon .gallery {
    background: linear-gradient(135deg, #EDF6FA 0%, #FAF1ED 100%);
    padding: 40px 0 0 0;
    width: 100%;
}

.flower-view.saeteomin .gallery {
    background: linear-gradient(135deg, #FAF6ED 0%, #FAEEED 100%);
    padding: 40px 0 0 0;
    width: 100%;
}

.flower-view.jumunjin .gallery {
    background: linear-gradient(135deg, #FFFEE2 0%, #E6FFF7 100%);
    padding: 40px 0 0 0;
    width: 100%;
}

.flower-view.goheung .gallery {
    background: linear-gradient(135deg, #EDF7FF 0%, #FFFEE2 100%);
    padding: 40px 0 0 0;
    width: 100%;
}

.flower-view .gallery .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
}

.flower-view.saeteomin .gallery .inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
}

.flower-view .gallery .hero-char {
    width: 45%;
    max-width: 800px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.flower-view.daejeon .gallery .hero-char {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: initial;
    max-width: initial;
    max-height: 800px;
}

.flower-view.saeteomin .gallery .hero-char {
    display: block;
    position: absolute;
    bottom: 0;
    left: initial;
    right: 0;
    overflow: hidden;
    width: initial;
    max-width: initial;
    max-height: 700px;
}

.flower-view .gallery .hero-char img {
    width: 100%;
    height: auto;
    display: block;
}

.flower-view .gallery .gallery-content-side {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
}

.flower-view .gallery .gallery-content-side img {
    border-radius: 8px;
}

.flower-view .gallery .title-wrap .highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.flower-view .gallery .gallery-grid {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.flower-view .gallery .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 769px) {
    .flower-view.suwon .gallery .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
        transform: none !important;
        /* PC에서만 움직임 정지 */
    }

    .flower-view.suwon .gallery .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .flower-view.suwon .gallery .swiper-slide:nth-child(1) {
        grid-row: span 2;
    }
}

@media (min-width: 769px) {

    /* 전체 그리드 (3열 x 3행) */
    .flower-view.daejeon .gallery .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(3, 1fr) !important;
        /* 높이 3등분 */
        gap: 10px !important;
        transform: none !important;
    }

    .flower-view.daejeon .gallery .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .flower-view.daejeon .gallery .swiper-slide:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;
    }

    .flower-view.daejeon .gallery .swiper-slide:nth-child(2) {
        grid-column: 3 !important;
        grid-row: 1 / span 3 !important;
    }

    .flower-view.daejeon .gallery .swiper-slide:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .flower-view.daejeon .gallery .swiper-slide:nth-child(4) {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .flower-view.daejeon .gallery .swiper-slide:nth-child(5) {
        grid-column: 2 !important;
        grid-row: 3 !important;
    }

}


@media (min-width: 769px) {
    .flower-view.saeteomin .gallery .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
        transform: none !important;
        /* PC에서만 움직임 정지 */
    }

    .flower-view.saeteomin .gallery .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .flower-view.saeteomin .gallery .swiper-slide:nth-child(1) {
        grid-row: span 2;
    }
}

@media (min-width: 769px) {
    .flower-view.jumunjin .gallery .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
        transform: none !important;
        /* PC에서만 움직임 정지 */
    }

    .flower-view.jumunjin .gallery .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .flower-view.jumunjin .gallery .swiper-slide:nth-child(1) {
        grid-row: span 2;
    }
}

@media (min-width: 769px) {
    .flower-view.goheung .gallery .swiper-wrapper {
        display: grid !important;
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
        transform: none !important;
        /* PC에서만 움직임 정지 */
    }

    .flower-view.goheung .gallery .swiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    .flower-view.goheung .gallery .swiper-slide:nth-child(1) {
        grid-row: span 2;
    }
}

/* ===========================
   outro
=========================== */
.flower-view .outro {
    background:
        radial-gradient(circle at 100% 0%, #fff7e9 0%, transparent 60%),
        radial-gradient(circle at 0% 100%, #eedffa 0%, transparent 70%),
        #fbf6fe;
    width: 100%;
}

.flower-view .outro .inner {
    padding: 80px 16px;
}

.flower-view .outro .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flower-view .outro .video-display-area {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin-bottom: 40px;
}

.flower-view .outro .bg-group-photo {
    width: 100%;
}

.flower-view .outro .bg-group-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.flower-view .outro .video-card {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 520px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 8px;
}

.flower-view .outro .video-card .video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    /* 최대 크기 설정 (원하는 크기로 변경 가능) */
    padding-bottom: 56.25%;
    /* 16:9 비율 유지 (9 / 16 * 100) */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.flower-view .outro .video-caption {
    position: absolute;
    right: -300px;
    bottom: 10px;
    text-align: left;
}

.flower-view .outro .video-caption .des {
    font-size: 15px;
    color: #444;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 12px;
    border-left: 3px solid #2ecc71;
}

.flower-view .outro .btn-wrap {
    width: 100%;
}

/* ===========================
   story-nav
=========================== */
.flower-view .story-nav {
    width: 100%;
    background: #fff;
}

.flower-view .story-nav .inner {
    display: flex;
    gap: 40px;
    padding: 40px 16px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    color: var(--black-500);
}

.flower-view .story-nav .story-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flower-view .story-nav .control {
    display: flex;
    gap: 10px;
}

.story-nav .control .swiper-button-prev,
.story-nav .control .swiper-button-next {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    color: transparent;
    background: url("../images/arrow.svg") no-repeat center;
}

.story-nav .control .swiper-button-next {
    transform: scaleX(-1);
}

.flower-view .story-nav .story-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flower-view .case-swiper {
    flex: 1;
    overflow: hidden;
}

.flower-view .case-swiper .swiper-slide {
    width: auto;
    text-align: center;
}

.flower-view .case-swiper .thumb {
    margin-bottom: 10px;
}

.flower-view .case-swiper .thumb img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

.flower-view .story-nav .thumb {
    width: 180px;
    height: 180px;
    min-width: 150px;
    min-height: 150px;
    margin: 0 auto;
    overflow: hidden;
    transition: .3s;
}

.flower-view .story-nav .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flower-view .story-nav .name {
    display: block;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.flower-view .story-nav .item:hover .thumb,
.flower-view .story-nav .item.active .thumb {
    transform: translateY(-5px);
}


/* ===========================
   quick
=========================== */
.flower-view .quick {
    background: var(--black-100);
}

.flower-view .quick .inner {
    padding: 0 16px 40px;
}

.flower-view .quick .title-wrap {
    text-align: center;
}

.flower-view .quick .title {
    font-family: var(--ft-title);
    font-size: 32px;
    font-weight: 700;
    color: var(--black-500);
}

.flower-view .quick .btn-group {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.flower-view .quick .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 320px;
    height: 72px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-decoration: none;
}

.flower-view .quick .btn.kakao {
    background: #FDD000;
    color: #3c1e1e;
}

.flower-view .quick .btn.consult {
    background: #2DBF4B;
}



/* ==========================================================================
Max-width: 1440px
   ========================================================================== */
@media (max-width: 1440px) {
    .flower-view .visual .hero-char {
        width: 70%;
    }
}

/* ==========================================================================
Max-width: 1024px
   ========================================================================== */
@media (max-width: 1024px) {
    .flower-view .visual .hero-char {
        width: 70%;
    }

    /* story02 */
    .flower-view.suwon .story02 {
        height: auto;
        background-color: #4a008a;
        background: linear-gradient(to bottom, #1a0033 0%, #4a008a 40%, #4a008a 100%);
    }

    .flower-view.daejeon .story02 {
        height: auto;
        background-color: #252F3B;
    }

    .flower-view .story02 .content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .flower-view.saeteomin .story02 .content {
        gap: 0;
    }

    .flower-view .story02 .des {
        padding: 20px 0;
    }


    /* gallery */
    .flower-view .gallery .hero-char {
        display: none !important;
    }

    .flower-view .gallery .gallery-content-side {
        width: 100%;
    }

    .flower-view .gallery .gallery-grid {
        height: initial;
    }
}

/* ==========================================================================
Max-width: 768px
   ========================================================================== */
@media (max-width: 768px) {

    .m-br {
        display: block;
    }

    .flower-view .video-wrap-sm {
        width: 100%
    }

    .flower-view .title-wrap {
        font-size: 26px;
        font-weight: 600;
    }

    .flower-view .content .subject {
        font-family: var(--ft-title);
        font-weight: 600;
        font-size: 22px;
    }

    .flower-view .content .dec {
        margin: 40px;
        font-family: var(--ft-base);
        font-weight: 600;
        font-size: 18px;
    }

    .flower-view .visual .content {
        width: 100%;
        margin-top: 20px;
    }

    .flower-view.suwon .visual {
        min-height: auto;
        padding: 40px 0;
        background:
            url(../images/flower-view/suwon/m-bg.png) no-repeat center,
            #D9C7F3;
        background-size: cover;
    }

    .flower-view.daejeon .visual {
        min-height: auto;
        padding: 40px 0;
        background:
            url(../images/flower-view/suwon/m-bg.png) no-repeat center,
            #C7DFF3;
        background-size: cover;
    }

    .flower-view.saeteomin .visual {
        min-height: auto;
        padding: 40px 0;
        background:
            url(../images/flower-view/suwon/m-bg.png) no-repeat center,
            radial-gradient(circle at 100% 0%, #F7F0EE 0%, transparent 60%),
            radial-gradient(circle at 0% 100%, #EEF3F7 0%, transparent 70%),
            #fbf6fe;
        background-size: cover;
    }

    .flower-view.jumunjin .visual {
        min-height: auto;
        padding: 40px 0;
        background:
            url(../images/flower-view/suwon/m-bg.png) no-repeat center,
            radial-gradient(circle at 100% 0%, #E8F5F1 0%, transparent 60%),
            radial-gradient(circle at 0% 100%, #E8F5F1 0%, transparent 70%),
            #E8F5F1;
        background-size: cover;
    }

    .flower-view.goheung .visual {
        min-height: auto;
        padding: 40px 0;
        background:
            url(../images/flower-view/suwon/m-bg.png) no-repeat center,
            radial-gradient(circle at 100% 0%, #E8F2F5 0%, transparent 60%),
            radial-gradient(circle at 0% 100%, #E8F5F1 0%, transparent 70%),
            #E8F5F1;
        background-size: cover;
    }

    .flower-view .visual .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        width: 70%;
    }

    .flower-view.suwon .visual .hero-char {
        position: relative;
        z-index: 3;
        margin: -30px -30px -120px 30px;
        width: 200%;
    }

    .flower-view.daejeon .visual .hero-char {
        position: relative;
        z-index: 3;
        margin: -30px -200px -120px 30px;
        width: 180%;
    }

    .flower-view.saeteomin .visual .hero-char {
        position: relative;
        z-index: 3;
        margin: -30px -100px -100px 30px;
        width: 180%;
    }

    .flower-view.jumunjin .visual .hero-char {
        position: relative;
        z-index: 3;
        margin: -30px 0 -120px 30px;
        width: 180%;
    }

    .flower-view.goheung .visual .hero-char {
        position: relative;
        z-index: 3;
        margin: -30px -120px -200px 30px;
        width: 180%;
    }

    .flower-view .visual .hero-char img {
        width: 100%;
        display: block;

        -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 0) 100%);
        mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 0) 100%);
    }

    .flower-view .visual .video-wrap {
        width: 100%;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
        border-radius: 12px;
    }

    .flower-view .btn-video {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        padding: 14px 0;
        border-radius: 50px;
        z-index: 5;
    }

    /* story01 */
    .flower-view .story01 {
        padding: 40px 0 0 0;
        text-align: center;
    }

    .flower-view .story01 .inner {
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .flower-view .story01 .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .story01 .story-content-side {
        width: 100%;
    }

    .flower-view .story01 .title-wrap .title {
        font-size: 28px;
    }

    .flower-view .story01 .hero-char {
        width: 150%;
    }

    .flower-view .story01 .hero-char img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* story02 */
    .flower-view .story02 {
        padding: 40px 0 0 0;
    }

    .flower-view .story02 .title-wrap {
        padding: 0 0 40px;
    }

    .flower-view .story02 .title-wrap .title {
        font-size: 28px;
    }

    .flower-view .story02 .title-wrap .des {
        font-size: 32px;
        margin: 40px 0;
    }

    .flower-view.daejeon .story02 .title-wrap .des {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .flower-view.daejeon .story02 .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flower-view.daejeon .story02 .title-wrap {
        width: 100%;
        text-align: center;
    }

    .flower-view.daejeon .story02 .content {
        width: 100%;
    }

    .flower-view.daejeon .story02 .title-wrap .des {
        font-size: 28px;
    }

    .flower-view.saeteomin .story02 .content .img-wrap {
        width: 100%;
    }

    .flower-view.jumunjin .story02 .content .img-wrap {
        width: 100%;
    }

    .flower-view.jumunjin .story02 .content .des {
        width: 100%;
        text-align: center;
        line-height: 1.3;
        font-size: 28px;
    }

    .flower-view.saeteomin .story02 .content .des {
        font-size: 28px;
        line-height: 1.3;
    }

    .flower-view.goheung .story02 .content-wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 0;
    }

    .flower-view.goheung .story02 .content-wrap .photo,
    .flower-view.goheung .story02 .content-wrap .content {
        width: 100%;
    }

    .flower-view.goheung .story02 .content-wrap .title {
        width: 100%;
        font-size: 20px;
        margin-bottom: 0;
    }

    .flower-view.goheung .story02 .content .des {
        font-size: 30px;
    }

    /* story03 */
    .flower-view .story03 .title-wrap .title {
        font-size: 28px;
    }

    .flower-view.daejeon .story03 .content .subject {
        font-size: 24px;
    }

    .flower-view.daejeon .story03 .img-content {
        width: 100%;
    }

    .flower-view.daejeon .story03 .img-content p {
        width: 100%;
        font-size: 28px;
    }

    .flower-view.daejeon .story03 .img-content .subject {
        font-size: 20px;
    }

    .flower-view.daejeon .story03 .content .des {
        font-size: 16px;
        color: var(--black-300);
    }

    .flower-view.saeteomin .story03 .con-wrap-left {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
        font-size: 16px;
    }

    .flower-view.saeteomin .story03 .con-wrap-right {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
        font-size: 16px;
    }

    .flower-view.saeteomin .story03 .con-wrap-left img,
    .flower-view.saeteomin .story03 .con-wrap-right img {
        width: 100%;
    }

    .flower-view.jumunjin .story03 .img-content {
        display: flex;
        flex-direction: column;
        width: 100%;

    }

    /*story04*/
    .flower-view.saeteomin .story04 .img-content {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .flower-view .story04 .title-wrap .title {
        font-size: 28px;
    }

    .flower-view .story04 .content .ft-bold {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
    }


    /* problem */

    .flower-view .problem {
        padding: 40px 0 0 0;
    }

    .flower-view .problem .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .problem .title-wrap .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .flower-view .problem .case-story .swiper-button-prev,
    .flower-view .problem .case-story .swiper-button-next {
        display: none;
    }

    .flower-view .problem .story-swiper {
        width: 100%;
        max-width: 100%;
    }

    .flower-view .problem .info {
        padding: 16px;
    }

    .flower-view .problem .info .caption {
        font-size: 18px;
        padding-bottom: 24px;
    }

    .flower-view .problem .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 8px;
    }

    .flower-view .problem .list>* {
        width: calc(33.333% - 8px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flower-view .problem .item img {
        width: 56px;
    }

    .flower-view .problem .item span {
        font-size: 14px;
    }

    .flower-view.jumunjin .problem .content .des {
        font-size: 26px;
    }

    .flower-view.goheung .story04 .img-content {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 8px;
    }

    /*before*/
    .flower-view .before .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .before .title-wrap .title {
        font-size: 26px;
    }

    .flower-view .before .comment .title-wrap .title {
        font-size: 24px;
    }

    .flower-view .before .item-list {
        display: flex;
        flex-wrap: wrap;
        justify-items: center;
        align-items: center;
        width: 100%;
        gap: 24px;
    }

    .flower-view.suwon .before .item-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
        width: 100%;
        gap: 8px;

    }

    .flower-view .before .item-list .item {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .flower-view .before .content .case-img {
        display: flex;
        flex-direction: column;
    }

    .flower-view.saeteomin .before .con01 .content .case-img {
        margin-bottom: 40px;
    }


    .flower-view .before .con01 .case-img img,
    .flower-view .before .con02 .case-img {
        width: 100%;
        margin-bottom: 0;
    }

    .flower-view.jumunjin .before .content .case-wrap,
    .flower-view.goheung .before .content .case-wrap {
        flex-direction: column;
        width: 100%;
    }

    .flower-view.goheung .before .content .case-wrap img {
        width: 50%;
    }

    .flower-view.goheung .before .item-wrap {
        width: 100%;
    }

    .flower-view.goheung .before .item-list {
        display: flex;
    }

    .flower-view.goheung .before .content .case-right {
        flex-direction: row;
    }


    /*comment*/

    .flower-view .before .comment-card {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .flower-view .before .comment-txt .subject {
        padding: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .flower-view .before .comment-txt .subject,
    .flower-view .before .comment-txt .des {
        text-align: center;

    }

    /*implant*/

    .flower-view .implant .title-wrap {
        padding: 0 0 20px;
    }


    .flower-view .implant .title-wrap .title {
        font-size: 32px;
    }

    .flower-view .implant .title-wrap .des {
        font-size: 15px;
    }

    .flower-view .implant .implanttab {
        gap: 8px;
    }

    .flower-view .implanttab .item a {
        padding: 10px 30px;
        font-size: 18px;
    }

    /*gallery*/

    .flower-view .gallery .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .gallery .inner {
        padding: 16px;
    }

    .flower-view .gallery .gallery-content-side {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .flower-view .gallery .title-wrap .title {
        font-size: 26px;
    }

    .flower-view .gallery .title-wrap .des {
        font-size: 15px;
    }

    /* 💡 모바일 슬라이더 환경에 이쁘게 맞춘 이미지 비율 설정 */
    .flower-view .gallery .grid-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
        object-fit: cover;
        object-position: 50% 10%;
    }

    /*outro*/
    .flower-view .outro .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .outro .logo {
        width: 60%;
        margin-bottom: 0;
    }

    .flower-view .outro .video-card {
        position: relative;
        width: 100%;
        margin-top: -20px;
    }


    /*case-slide*/
    .flower-view .story-nav .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .story-nav .title-wrap .sub {
        margin-bottom: 20px;
    }

    .flower-view .story-nav .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        overflow: hidden;
    }

    .flower-view .story-nav .story-info {
        width: 100%;
        text-align: left;
    }

    .flower-view .story-nav .title {
        font-size: 24px;
        /* 지나치게 크던 폰트 축소 (32px -> 24px) */
        line-height: 1.3;
    }

    .flower-view .story-nav .control {
        display: flex;
        justify-content: flex-start;
        display: none;
    }

    .flower-view .case-swiper {
        width: 100% !important;
        max-width: 100%;
        flex: none;
        overflow: hidden;
    }

    .flower-view .story-nav .thumb {
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        margin: 0 auto;
        border-radius: 50%;
        /* 완벽한 원형 고정 */
        overflow: hidden;
    }

    .flower-view .story-nav .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .flower-view .story-nav .name {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    .flower-view .story-nav .name .bold {
        font-size: 17px;
    }

    /* quick */
    .flower-view .quick .inner {
        padding: 40px 16px;
    }

    .flower-view .quick .title-wrap {
        padding: 0 0 20px;
    }

    .flower-view .quick .title {
        font-size: 24px;
    }

    .flower-view .quick .btn-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .flower-view .quick .btn {
        width: 100%;
        height: 60px;
        font-size: 16px;
    }

    @media (max-width: 480px) {

        /*before*/
        .flower-view .before .item-list,
        .flower-view.suwon .before .item-list {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 16px;
        }
    }
}